-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
track plugin.get_nodes #8336
track plugin.get_nodes #8336
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
2c34de3
to
fdc7880
Compare
Codecov Report
@@ Coverage Diff @@
## main #8336 +/- ##
==========================================
+ Coverage 86.23% 86.28% +0.05%
==========================================
Files 174 174
Lines 25518 25525 +7
==========================================
+ Hits 22005 22025 +20
+ Misses 3513 3500 -13
|
03a21c7
to
34abde3
Compare
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.6.latest 1.6.latest
# Navigate to the new working tree
cd .worktrees/backport-1.6.latest
# Create a new branch
git switch --create backport-8336-to-1.6.latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 83ff38ab24a820d0bfca411ac51b67eeb2ef878d
# Push it to GitHub
git push --set-upstream origin backport-8336-to-1.6.latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.6.latest Then, create a pull request where the |
(cherry picked from commit 83ff38a)
resolves #
docs dbt-labs/docs.getdbt.com/#
Problem
Solution
Checklist